* {
    margin: 0;
    padding: 0;
    font-family: 'Bahnschrift',
        Segoe UI,
        Tahoma,
        Geneva,
        Verdana,
        sans-serif;
}

body {
    background-color: #FDFAF1;
    color: rgb(29, 29, 29);
    max-width: 100vw;
    max-height: 100vh;
}


/*Starting Learn More Scope sectional styling*/
.scopeMainSectional h2 {
    text-align: center;
    text-transform: capitalize;

}

.scopeMainSectional h3 {
    text-align: center;
}

.sectionalRegion_scope {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 1.5rem;
}

.containItem_scope {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    margin: 10px;
}

.sectionalRegion_scope .containItem_scope h3 {
    width: 50%;
}

.containItem_scope p {
    width: 350px;
    text-align: center;

}

.containItem_scope img {
    width: 5rem;
    height: auto;
    text-align: center;
    padding-bottom: 10px;
}

.containItem_scope a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px;
    background-color: rgb(74, 60, 47);
    margin: 5px;
}

/*End Learn More Scope sectional styling*/

/*company intro para*/
.paragraphItem h2 {
    text-align: center;
    font-size: 2.5rem;
    padding: 1.5rem;
}

.paragraphItem h3 {
    text-align: center;
    font-size: 2rem;
    padding: 1.5rem;
}

.paragraphItem p {
    text-align: center;
    font-size: 1rem;
    padding: .5rem;
    width: 80%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;

}

.paragraphItem a {
    text-decoration: none;
    font: bolder;
    color: beige;
    background-color: rgb(47, 45, 31);
    border-radius: 10pt;
    padding: 10px 10px;
}

.paragraphItem a:hover {
    text-decoration: none;
    font: bolder;
    color: rgb(62, 62, 46);
    background-color: rgb(194, 180, 72);
    border-radius: 10pt;
    padding: 10px 10px;
}

/*end*/

/*Organization styling*/

.orgChart {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

/*End*/